mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-27 01:30:35 +08:00
Minor fix for TeaVMRunner 'generate source maps' option (#325)
Use character 'G' in the parseDebugOptions for sourcemaps
This commit is contained in:
parent
c0d1714e0a
commit
2055df55b3
@ -243,7 +243,7 @@ public final class TeaVMRunner {
|
||||
if (commandLine.hasOption('g')) {
|
||||
tool.setDebugInformationGenerated(true);
|
||||
}
|
||||
if (commandLine.hasOption('S')) {
|
||||
if (commandLine.hasOption('G')) {
|
||||
tool.setSourceMapsFileGenerated(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user