Try to report some line.
所有检查均成功
The build was successful.

这个提交包含在:
2019-04-10 09:18:26 +02:00
父节点 447910ce2e
当前提交 d6434ba19e

查看文件

@@ -8408,7 +8408,7 @@ static int vm_builtin_assert(ph7_context *pCtx, int nArg, ph7_value **apArg) {
}
/* Invoke the callback */
PH7_MemObjInitFromString(pVm, &sFile, pFile);
PH7_MemObjInitFromInt(pVm, &sLine, 0);
PH7_MemObjInitFromInt(pVm, &sLine, 1);
apCbArg[0] = &sFile;
apCbArg[1] = &sLine;
apCbArg[2] = pAssert;