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 2184487 commit a226950Copy full SHA for a226950
durian-swt.os/src/main/java/com/diffplug/common/swt/os/OS.java
@@ -165,6 +165,7 @@ private static OS calculateRunning() {
165
if (runningOs == null) {
166
throw new IllegalArgumentException("Unsupported OS/Arch combo: " + runningOs + " " + runningArch);
167
}
168
+ return runningOs;
169
170
171
/** Returns the arch of the currently running JVM. */
0 commit comments