We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd8226 commit d869c6bCopy full SHA for d869c6b
tools/nsc/main.cpp
@@ -32,8 +32,8 @@ class ShaderCompiler final : public system::IApplicationFramework
32
#ifndef NBL_DEBUG
33
std::string str = argv[0];
34
for (auto i=1; i<argc; i++)
35
- str += " "+argv[i];
36
- m_logger->log("Arguments Received: %s", ILogger::ELL_DEBUG, str.c_str());
+ str += "\n"+argv[i];
+ m_logger->log("Arguments Receive: %s", ILogger::ELL_DEBUG, str.c_str());
37
#endif
38
39
// expect the first argument to be nsc.exe
0 commit comments