Commit 7187bc12 authored by Solly Ross's avatar Solly Ross

Fixed typo in run_from_console.js

parent d906dfc9
...@@ -47,7 +47,7 @@ if (all_js && !program.autoInject) { ...@@ -47,7 +47,7 @@ if (all_js && !program.autoInject) {
}); });
} }
var fakes_ind = content.indexOf('requires test files: '); var fakes_ind = content.indexOf('requires test modules: ');
if (fakes_ind > -1) { if (fakes_ind > -1) {
fakes_ind += 'requires test modules: '.length; fakes_ind += 'requires test modules: '.length;
var fakes_eol = content.indexOf('\n', fakes_ind); var fakes_eol = content.indexOf('\n', fakes_ind);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment