We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48f13a commit e70ed3cCopy full SHA for e70ed3c
test/parallel/test-vm-cached-data.js
@@ -89,4 +89,4 @@ assert.throws(() => {
89
new vm.Script('function abc() {}', {
90
cachedData: 'ohai'
91
});
92
-});
+}, /^TypeError: options.cachedData must be a Buffer instance$/);
0 commit comments