mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-30 17:50:00 -06:00
fix: --onlycase param broke cartesian tests
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user