Skip to content

Commit 2d0ed7f

Browse files
mchepelevRailag
authored andcommitted
fix(scripts): use sqlite3 from npm in postinstall (ENG 363)
1 parent 602a147 commit 2d0ed7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ try {
6464

6565
fs.unlinkSync(installationVariablesFile);
6666
} catch (e) {
67-
console.log(e);
67+
console.log('no previous version');
6868
}
6969

7070
//init db

0 commit comments

Comments
 (0)