summaryrefslogtreecommitdiff
path: root/lib/vm.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vm.js')
-rw-r--r--lib/vm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vm.js b/lib/vm.js
index 12c4efa1a2..464724071a 100644
--- a/lib/vm.js
+++ b/lib/vm.js
@@ -80,7 +80,7 @@ class Script extends ContextifyScript {
// Calling `ReThrow()` on a native TryCatch does not generate a new
// abort-on-uncaught-exception check. A dummy try/catch in JS land
// protects against that.
- try {
+ try { // eslint-disable-line no-useless-catch
super(code,
filename,
lineOffset,