From 4c1ac8f997042277e3982e6a64fd5d2082a20e40 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Thu, 3 Jan 2019 23:11:28 -0500 Subject: [PATCH] Add exit state in alt sort because it does not work yet. Yeesh. --- frameloom | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frameloom b/frameloom index c36a150..67b2f55 100755 --- a/frameloom +++ b/frameloom @@ -175,6 +175,8 @@ async function weave (pattern, realtime, random) { console.error('Error sorting frames') } } else if (alt) { + console.warn('This feature is not ready, please check https://github.com/sixteenmillimeter/frameloom.git') + process.exit(10) try { seq = await altSort(frames, pattern, realtime) } catch (err) {