mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-12 03:28:09 -07:00
downgrade tailwind for now, and fix build errors
This commit is contained in:
committed by
Brad Warren
parent
d56386a7e5
commit
fe69dd1abf
@@ -19,7 +19,9 @@ export function parse_ndjson(input: string): NewlineDeliminatedJson {
|
||||
// however, if we've reached the end of the input, that means we
|
||||
// were given invalid nd-json
|
||||
if (lines.length === 0) {
|
||||
throw new Error(`unable to parse invalid nd-json: ${e}, "${current_line}"`);
|
||||
throw new Error(`unable to parse invalid nd-json: ${e}, "${current_line}"`, {
|
||||
cause: e,
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user