mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-30 09:40:00 -06:00
tweak: fix "all" option
This commit is contained in:
@@ -625,13 +625,8 @@ const main = async () => {
|
||||
}
|
||||
|
||||
if ( action.action === 'all' ) {
|
||||
limit = await enq.prompt({
|
||||
type: 'input',
|
||||
name: 'limit',
|
||||
message: 'Enter limit:'
|
||||
});
|
||||
i = 1;
|
||||
limit = Number(limit.limit);
|
||||
limit = Infinity;
|
||||
}
|
||||
|
||||
const { definitions } = js_processor.process(lines);
|
||||
|
||||
Reference in New Issue
Block a user