mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-30 08:59:38 +00:00
Fixed typo in run_from_console.js
This commit is contained in:
@@ -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) {
|
||||
fakes_ind += 'requires test modules: '.length;
|
||||
var fakes_eol = content.indexOf('\n', fakes_ind);
|
||||
|
||||
Reference in New Issue
Block a user