mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
IDEA-348258 Add myProcessCreator into copy constructor of GeneralCommandLine
GitOrigin-RevId: 24a26e7b95e3a03cd22a4797fcf53273d1cf75f7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
417b7733fc
commit
b63db50713
@@ -117,6 +117,7 @@ public class GeneralCommandLine implements UserDataHolder {
|
||||
myRedirectErrorStream = original.myRedirectErrorStream;
|
||||
myInputFile = original.myInputFile;
|
||||
myUserData = null; // user data should not be copied over
|
||||
myProcessCreator = original.myProcessCreator;
|
||||
}
|
||||
|
||||
private static Charset defaultCharset() {
|
||||
|
||||
Reference in New Issue
Block a user