From 99a7bdd6e3da533a55c0e785f1030a80df3521c3 Mon Sep 17 00:00:00 2001 From: Fabian Date: Fri, 12 Oct 2018 12:19:45 -0300 Subject: [PATCH] Fix error message when libv86-debug.js hasn't been built --- tests/full/run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/full/run.js b/tests/full/run.js index 06c335c3..c73103d7 100755 --- a/tests/full/run.js +++ b/tests/full/run.js @@ -16,7 +16,7 @@ try } catch(e) { - console.error("Failed to import build/libv86.js. Run `make build/libv86.js first."); + console.error("Failed to import build/libv86-debug.js. Run `make build/libv86-debug.js first."); process.exit(1); }