Remove code exits on first call

This commit is contained in:
ful1e5 2020-08-16 18:46:01 +05:30
parent dff9c3f7f3
commit 0a00833f72

View file

@ -120,7 +120,5 @@ export const renderCursors = async ({
} }
} catch (error) { } catch (error) {
console.error(error); console.error(error);
} finally {
process.exit(0);
} }
}; };