Skip to content

Commit

Permalink
Fix a newcomer
Browse files Browse the repository at this point in the history
  • Loading branch information
atjn committed Feb 7, 2024
1 parent 630bc74 commit 63e56a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rad.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@

;(function(){ return;
var get;
try { get = fetch } catch (e){ console.log("WARNING! need `npm install node-fetch@2.6`"); get = fetch = require('node-fetch') };
try { get = fetch } catch (e){ console.warn("need `npm install node-fetch@2.6`"); get = fetch = require('node-fetch') };
if(!get){ return }

var sT = setTimeout, RAD = sT.RAD, put = RAD.put, get = RAD.get;
Expand Down

0 comments on commit 63e56a5

Please sign in to comment.