Update from method name change method

This commit is contained in:
Jeremy Wu 2020-04-29 19:02:57 +10:00
parent df1af8f45a
commit b44c9b6469

View file

@ -123,7 +123,7 @@ namespace Flow.Launcher.Plugin.SharedCommands
#if DEBUG
throw e;
#else
MessageBox.Show(string.Format("Unable to open location {0}, please check if it exists", location));
MessageBox.Show(string.Format("Unable to open the path {0}, please check if it exists", fileOrFolderPath));
#endif
}
}