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 Jan 17, 2021. It is now read-only.
I have narrowed down my error for to specifcally this msysPath = "/c/'Program Files (x86)'/Google/Chrome/Application/chrome.exe" (x86)
It seems to thing that it is trying to leave exec.Command() by using the ) from (x86)
the most annoying thing is, I KNOW THE DAMNED ERROR, I dont know how to fracking FIX IT!
THis is what is holding back #127 from being pushed to mainstream
The text was updated successfully, but these errors were encountered:
Found out the error, /c/ would work if it was WSL using that as it would use the Linux Go Runtime,
i was working with the WINDOWS GO runtime so i had to change the path to msysPath = "/Program Files (x86)/Google/Chrome/Application/chrome.exe"
I have narrowed down my error for to specifcally this
msysPath = "/c/'Program Files (x86)'/Google/Chrome/Application/chrome.exe"
(x86)
It seems to thing that it is trying to leave
exec.Command()
by using the)
from(x86)
the most annoying thing is, I KNOW THE DAMNED ERROR, I dont know how to fracking FIX IT!
THis is what is holding back #127 from being pushed to mainstream
The text was updated successfully, but these errors were encountered: