diff options
author | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-28 14:18:28 -0400 |
---|---|---|
committer | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-28 14:18:28 -0400 |
commit | bc53d54319780c4f9ca4f9ed3d8493cb82dd7486 (patch) | |
tree | 9a398aee54ecebfd1dbf3359cabff25a19c1862a /src/client/util/Scripting.ts | |
parent | 6e0994d6b221ee1045e313554533ecc48c24f65d (diff) | |
parent | b25dac80353e522c74aade90c3df8f01f38de0b7 (diff) |
Merge branch 'master' into linking-anh
Diffstat (limited to 'src/client/util/Scripting.ts')
-rw-r--r-- | src/client/util/Scripting.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/Scripting.ts b/src/client/util/Scripting.ts index c3c3083be..f981f84cd 100644 --- a/src/client/util/Scripting.ts +++ b/src/client/util/Scripting.ts @@ -181,7 +181,7 @@ function Run(script: string | undefined, customParams: string[], diagnostics: an if (batch) { batch.end(); } - onError?.(error); + onError?.(script + " " + error); return { success: false, error, result: errorVal }; } }; |