Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 12bd54d

Browse files
committed
fixup apiWarn reference
1 parent 46184bc commit 12bd54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Make sure that git is locally configured with permissions to ${this.githubUrl} o
350350
default:
351351
apiWarn(this.util, `Invalid GitHub API response code ${res.status}`);
352352
}
353-
const apiWarn = (util, msg) => {
353+
function apiWarn (util, msg) {
354354
util.log.warn(`${msg} attempting to preload dependencies for ${packageName}.`);
355355
};
356356
}

0 commit comments

Comments
 (0)