Created
January 16, 2024 19:58
-
-
Save dsisnero/449ae14960a91616da72620b2ec90179 to your computer and use it in GitHub Desktop.
lazygit_2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024/01/16 12:58:19 An error occurred! Please create an issue at: https://github.com/jesseduffield/lazygit/issues | |
*errors.errorString The system cannot find the path specified. | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/commands/oscommands/cmd_obj_runner.go:200 (0xfdaa14) | |
sanitisedCommandOutput: return outputString, errors.New(outputString) | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/commands/oscommands/cmd_obj_runner.go:107 (0xfd9a9c) | |
(*cmdObjRunner).RunWithOutputAux: output, err := sanitisedCommandOutput(cmdObj.GetCmd().CombinedOutput()) | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/commands/oscommands/cmd_obj_runner.go:45 (0xfd9176) | |
(*cmdObjRunner).Run: _, err := self.RunWithOutputAux(cmdObj) | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/commands/oscommands/cmd_obj.go:190 (0xfd8369) | |
(*CmdObj).Run: return self.runner.Run(self) | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/commands/oscommands/os.go:344 (0xfdeb0e) | |
(*OSCommand).UpdateWindowTitle: return c.Cmd.NewShell(argString).Run() | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/gui/gui.go:811 (0x115005d) | |
(*Gui).loadNewRepo: if err := gui.os.UpdateWindowTitle(); err != nil { | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/gui/layout.go:196 (0x1156ae6) | |
(*Gui).onInitialViewsCreationForRepo: return gui.loadNewRepo() | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/gui/layout.go:124 (0x1156685) | |
(*Gui).layout: if err := gui.onInitialViewsCreationForRepo(); err != nil { | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/gui.go:697 (0xddfad9) | |
ManagerFunc.Layout: return f(g) | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/gui.go:1139 (0xde17b7) | |
(*Gui).flush: if err := m.Layout(g); err != nil { | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/gui.go:766 (0xde013b) | |
(*Gui).processEvent: if err := g.flush(); err != nil { | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/gui.go:739 (0xddfdfd) | |
(*Gui).MainLoop: err := g.processEvent() | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/gui/gui.go:669 (0x114eb3a) | |
(*Gui).Run: return gui.g.MainLoop() | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/gui/gui.go:675 (0x114f145) | |
(*Gui).RunAndHandleError.func1: if err := gui.Run(startArgs); err != nil { | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/utils/utils.go:108 (0xea301c) | |
SafeWithError: err := f() | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/gui/gui.go:674 (0x114f08e) | |
(*Gui).RunAndHandleError: return utils.SafeWithError(func() error { | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/app/app.go:263 (0x117d6bd) | |
Run: err := app.Gui.RunAndHandleError(startArgs) | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/app/app.go:48 (0x117d652) | |
Run: err = app.Run(startArgs) | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/pkg/app/entry_point.go:150 (0x117f7f3) | |
Start: Run(appConfig, common, appTypes.NewStartArgs(cliArgs.FilterPath, parsedGitArg, integrationTest)) | |
E:/windows_home/.cache/go/mod/github.com/jesseduffield/[email protected]/main.go:23 (0x1180f38) | |
main: app.Start(ldFlagsBuildInfo, nil) | |
E:/windows_home/.local/share/scoop/apps/go/current/src/runtime/internal/atomic/types.go:194 (0xaddad2) | |
(*Uint32).Load: return Load(&u.value) | |
E:/windows_home/.local/share/scoop/apps/go/current/src/runtime/asm_amd64.s:1650 (0xb0b4c1) | |
goexit: BYTE $0x90 // NOP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment