We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a3de0 commit f6260b8Copy full SHA for f6260b8
.gitignore
@@ -14,4 +14,3 @@ playwright-report/
14
*.log
15
__screenshots__/
16
test-results/
17
-npm_packages/odiff-bin/bin/odiff.exe
npm_packages/odiff-bin/bin/odiff.exe
@@ -0,0 +1,9 @@
1
+#!/usr/bin/env node
2
+
3
+console.error(
4
+ "Error: odiff binary has not been installed correctly.\n" +
5
+ "The postinstall script needs to run to copy the platform-specific binary.\n\n" +
6
+ "Please run:\n" +
7
+ " npm rebuild odiff-bin\n"
8
+);
9
+process.exit(1);
0 commit comments