1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Fix script

This commit is contained in:
Laurent Cozic 2021-01-18 14:48:42 +00:00
parent ea5849855f
commit 6addd52ba4

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
import * as fs from 'fs-extra';
import * as path from 'path';
import * as process from 'process';