We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c94641 commit f0ba2e1Copy full SHA for f0ba2e1
lifecycleScripts/postinstall.js
@@ -71,7 +71,7 @@ if (require.main === module) {
71
console.warn("[nodegit] WARN - Could not finish postinstall");
72
73
if (
74
- process.pladtform === "linux" &&
+ process.platform === "linux" &&
75
~e.toString().indexOf("libstdc++")
76
) {
77
printStandardLibError();
0 commit comments