@@ -209,6 +209,7 @@ public class DevcloudServiceImpl implements DevcloudService {
);
return result;
} catch (Exception e) {
+ e.printStackTrace();
throw new RuntimeException(e);
}