File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1301,15 +1301,15 @@ var MonoSupportLib = {
13011301 try {
13021302 if ( asset . name === attemptUrl ) {
13031303 if ( ctx . tracing )
1304- console . log ( "Attempting to fetch '" + attemptUrl + "'" ) ;
1304+ console . log ( "Attempting to fetch '%s'" , attemptUrl ) ;
13051305 } else {
13061306 if ( ctx . tracing )
1307- console . log ( "Attempting to fetch '" + attemptUrl + " ' for" , asset . name ) ;
1307+ console . log ( "Attempting to fetch '%s ' for '%s'" , attemptUrl , asset . name ) ;
13081308 }
13091309 var fetch_promise = fetch_file_cb ( attemptUrl ) ;
13101310 fetch_promise . then ( handleFetchResponse ) ;
13111311 } catch ( exc ) {
1312- console . error ( "MONO_WASM: Error fetching " + attemptUrl , exc ) ;
1312+ console . error ( "MONO_WASM: Error fetching '%s'\n%s" , attemptUrl , exc ) ;
13131313 attemptNextSource ( ) ;
13141314 }
13151315 } ;
You can’t perform that action at this time.
0 commit comments