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
Unexpected behavior: Directory defaults to /Users/{user} no matter what directory specified in the cmd prompt.
I had to modify project-info.js to my specific directory to get it to initialize somewhere else:
async function findLibdragonRoot(
start = 'C:\\Users\\{user}\\Documents\\N64\\libdragon',
Expected behavior: cmd prompt opened to a specific folder such as C:/Users/{user}/Documents/N64/libdragon should initialize the project in that location.
The text was updated successfully, but these errors were encountered:
Unexpected behavior: Directory defaults to /Users/{user} no matter what directory specified in the cmd prompt.
I had to modify project-info.js to my specific directory to get it to initialize somewhere else:
Expected behavior: cmd prompt opened to a specific folder such as C:/Users/{user}/Documents/N64/libdragon should initialize the project in that location.
The text was updated successfully, but these errors were encountered: