summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2021-09-08 17:47:14 +0800
committerGitHub <noreply@github.com>2021-09-08 11:47:14 +0200
commitc56008450a86daf454fa0e2e0722711831cd78ae (patch)
treeb28e590704f5afdf284af71033b6fcb35395fb4b
parentee2eb5cae2585c5cd0a476814bd5879c130e5d30 (diff)
downloadNim-c56008450a86daf454fa0e2e0722711831cd78ae.tar.gz
fix CI failure(upstream changes) (#18820)
* fix upstream changes

* Update tests/js/tunittest_error2.nim

Co-authored-by: flywind <xzsflywind@gmail.com>

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
-rw-r--r--tests/js/tunittest_error2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/js/tunittest_error2.nim b/tests/js/tunittest_error2.nim
index 273e39d9d..9c5af7529 100644
--- a/tests/js/tunittest_error2.nim
+++ b/tests/js/tunittest_error2.nim
@@ -1,7 +1,7 @@
 discard """
   exitcode: 1
   outputsub: '''
-Unhandled exception: Cannot read property 'charCodeAt' of null [<foreign exception>]
+[<foreign exception>]
 [FAILED] Bad test
   '''
   matrix: "-d:nodejs"