Skip to content

Commit 0b94797

Browse files
authored
fix: debug text typo (#698)
1 parent 679bcef commit 0b94797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/Engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export class Engine {
288288
await specUtils.setLocalPackageManager(path.dirname(result.target), installSpec);
289289
}
290290

291-
debugUtils.log(`Falling back to ${fallbackDescriptor.name}@${fallbackDescriptor.range} in the absence of "packageManage" field in ${result.target}`);
291+
debugUtils.log(`Falling back to ${fallbackDescriptor.name}@${fallbackDescriptor.range} in the absence of "packageManager" field in ${result.target}`);
292292
return fallbackDescriptor;
293293
}
294294

0 commit comments

Comments
 (0)