Skip to content

Commit c82343c

Browse files
committed
fix error in logging
1 parent b620d3a commit c82343c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lifecycleScripts/clean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ npm.load({
128128
return new Promise(function (resolve, reject) {
129129
npm.commands.uninstall(modulesToPrune, function(err) {
130130
if (err) {
131-
console.drror("[nodegit] Failed cleaning unneeded dependencies.");
131+
console.error("[nodegit] Failed cleaning unneeded dependencies.");
132132
reject(err);
133133
}
134134
else {

0 commit comments

Comments
 (0)