File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ ll::Expected<> PluginManager::load(ll::mod::Manifest manifest) {
75
75
PythonHelper::getPluginPackDependencyFilePath (ll::string_utils::u8str2str (dirPath.u8string ()));
76
76
if (!dependTmpFilePath.empty ()) {
77
77
int exitCode = 0 ;
78
- lse::getSelfPluginInstance ().getLogger ().info (" Executing \" pip install \" for plugin {name}..." _tr (
78
+ lse::getSelfPluginInstance ().getLogger ().info (" Executing \" pip install\" for plugin {name}..." _tr (
79
79
fmt::arg (" name" , ll::string_utils::u8str2str (dirPath.filename ().u8string ()))
80
80
));
81
81
@@ -106,7 +106,7 @@ ll::Expected<> PluginManager::load(ll::mod::Manifest manifest) {
106
106
if (NodeJsHelper::doesPluginPackHasDependency (ll::string_utils::u8str2str (dirPath.u8string ()))
107
107
&& !std::filesystem::exists (std::filesystem::path (dirPath) / " node_modules" )) {
108
108
int exitCode = 0 ;
109
- lse::getSelfPluginInstance ().getLogger ().info (" Executing " npm install " for plugin {name}..." _tr (
109
+ lse::getSelfPluginInstance ().getLogger ().info (" Executing \" npm install\ " for plugin {name}..." _tr (
110
110
fmt::arg (" name" , ll::string_utils::u8str2str (dirPath.filename ().u8string ()))
111
111
));
112
112
if ((exitCode = NodeJsHelper::executeNpmCommand (" npm install" , ll::string_utils::u8str2str (dirPath.u8string ())))
You can’t perform that action at this time.
0 commit comments