You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
if you try to run buffalo dev in a directory where there is no Buffalo project, it results in panic
Buffalo version 0.7.0
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x4109614]
Probably it would be better to show some kind of an error message?
The text was updated successfully, but these errors were encountered:
slava-vishnyakov
changed the title
[minor] dev mode on non-buffalo project results in SIGV
[minor] dev mode on non-buffalo project results in SIGSEGV
Jan 6, 2017
slava-vishnyakov
changed the title
[minor] dev mode on non-buffalo project results in SIGSEGV
[minor] dev mode on non-buffalo project results in panic
Jan 6, 2017
if you try to run
buffalo dev
in a directory where there is no Buffalo project, it results in panicProbably it would be better to show some kind of an error message?
The text was updated successfully, but these errors were encountered: