mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
fix: --onlycase param broke cartesian tests
This commit is contained in:
parent
f359ae193e
commit
d9822a4f09
@ -35,7 +35,7 @@ try {
|
||||
unit,
|
||||
}, positionals: [id] } = parsed);
|
||||
|
||||
onlycase = Number.parseInt(onlycase);
|
||||
onlycase = onlycase !== undefined ? Number.parseInt(onlycase) : undefined;
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
console.error(
|
||||
|
Loading…
Reference in New Issue
Block a user