@@ -8,9 +8,11 @@ import { TurboSyncConfigArray } from "./types";
declare global {
var SYNCING: boolean;
var SYNC_SUCCESS_EXIT_CODE: number;
}
global.SYNCING = false;
global.SYNC_SUCCESS_EXIT_CODE = 32;
const confFileProvidedPath = process.argv[process.argv.length - 1];
The note is not visible to the blocked user.