mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -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