Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightwing parses specified file contents as something special #1

Open
ghost opened this issue Mar 5, 2023 · 0 comments
Open

Nightwing parses specified file contents as something special #1

ghost opened this issue Mar 5, 2023 · 0 comments
Assignees
Labels
Bug Something isn't working Invalid This doesn't seem right

Comments

@ghost
Copy link

ghost commented Mar 5, 2023

Current behavior

> +save x <NONE>
The file is not saved because no content was specified.
> +save x <N~ONE>
Saved file: PublicData/x.txt
File saved! Use "+load x" to read it!
> +load x
Reading an extended text file.
RangeError: Invalid time value
    at Date.toISOString (<anonymous>)
...

Expected behavior

> +save x <NONE>
Saved file: PublicData/x.txt
> +save x <N~ONE>
Saved file: PublicData/x.txt
> +load x
Reading an extended text file.
[regular file display]
@ghost ghost added Bug Something isn't working Invalid This doesn't seem right labels Mar 5, 2023
@ghost ghost assigned ghost and Magest1ckkz Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant