mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Allow scrubCommentsAndStrings with flag.
This commit is contained in:
@@ -404,7 +404,7 @@ public class PreprocService {
|
||||
|
||||
// TODO: convert unicode escapes to chars
|
||||
// TODO: This appears no longer to be needed.
|
||||
// SourceUtil.scrubCommentsAndStrings(workBuffer);
|
||||
SourceUtil.scrubCommentsAndStrings(workBuffer);
|
||||
|
||||
result.scrubbedPdeCode = workBuffer.toString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user