Skip to content

Commit f7db38d

Browse files
committed
fix typo in error log
1 parent f9d2991 commit f7db38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRootPainter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9200,7 +9200,7 @@
92009200
JSROOT.AssertPrerequisites(prereq, function() {
92019201
var func = JSROOT.findFunction(funcname);
92029202
if (func==null) {
9203-
alert('Fail to find function ' + funcname + ' after loading script ' + scriptname);
9203+
alert('Fail to find function ' + funcname + ' after loading ' + prereq);
92049204
return null;
92059205
}
92069206

0 commit comments

Comments
 (0)