upgrading gcf runtime versions
This commit is contained in:
committed by
Oleg Zhurakousky
parent
c966eb55eb
commit
cc020093b9
@@ -54,7 +54,7 @@ public class GcfJarLauncher extends JarLauncher implements HttpFunction, RawBack
|
||||
}
|
||||
|
||||
@Override
|
||||
public void accept(String json, Context context) {
|
||||
public void accept(String json, Context context) throws Exception {
|
||||
Thread.currentThread().setContextClassLoader(this.loader);
|
||||
((RawBackgroundFunction) delegate).accept(json, context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user